Html Css Color HEX #8338CB Dark Orchid

📋 copy color: '#8338CB'

red 131 ◦ green 56 ◦ blue 203

#8338CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #8338CB

Tints of Dark Orchid #8338CB

RGB

 RED value IS 131 (51.56% from 255) = 33.59%

 GREEN value IS 56 (22.27% from 255) = 14.36%

 BLUE value IS 203 (79.69% from 255) = 52.05%

R = 33.59%
G = 14.36%
B = 52.05%

CMYK

 C value IS 0.35

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8338CB (or 0x8338CB) is known color: Dark Orchid. HEX triplet: 83, 38 and CB. RGB value is (131,56,203). Sum of RGB (Red+Green+Blue) = 131+56+203=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 56 (22.27% from 255 or 14.36% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #8338CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8338CB is #7CC734. Grayscale: #5E5E5E. Windows color (decimal): -8177461 or 13318275. OLE color: 13318275.

HSL color Cylindrical-coordinate representation of color #8338CB: hue angle of 270.61º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8338CB is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 56 203 -
CMYK 0.35 0.72 0 0.20
HSL 270.61º 0.59% 0.51% -
HSV(B) 270.61º 0.72% 0.8% -
XYZ 21.55 11.97 57.67 -
YUV 95.18 188.85 153.55 -
System Red Green Blue C M Y K H S L
Decimal 131 56 203 0.35 0.72 0 0.20 270.61 0.59 0.51
Hex 83 38 CB 23 48 0 14 10F 3B 33
Octal 203 70 313 43 110 0 24 417 73 63
Binary 10000011 111000 11001011 100011 1001000 0 10100 100001111 111011 110011

Color Harmonies of #8338CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8338CB

Black with #8338CB

Text Example


Text Example

White with #8338CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8338CB; }

 p { color: rgb(131,56,203); }

 H1.HeaderClassName
 {
   color: #8338CB;
 }
 .AnyTagClassName
 {
   color: #8338CB;
 }
</style>

background-color css

<style>
 a { background-color: #8338CB; }

 a { background-color: rgb(131,56,203); }

 div.DivClassName
 {
   background-color: #8338CB;
 }
 .BgClassName
 {
   background-color: #8338CB;
 }
</style>

border-color css

<style>
 span { border-color: #8338CB; }

 span { border-color: rgb(131,56,203); }

 td.TdClassName
 {
   border-color: #8338CB;
 }
 .TagClassName
 {
   border-color: #8338CB;
 }
</style>