Html Css Color HEX #855CCF True V

📋 copy color: '#855CCF'

red 133 ◦ green 92 ◦ blue 207

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

Shades of True V #855CCF

Tints of True V #855CCF

RGB

 RED value IS 133 (52.34% from 255) = 30.79%

 GREEN value IS 92 (36.33% from 255) = 21.3%

 BLUE value IS 207 (81.25% from 255) = 47.92%

R = 30.79%
G = 21.3%
B = 47.92%

CMYK

 C value IS 0.36

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#855CCF (or 0x855CCF) is known color: True V. HEX triplet: 85, 5C and CF. RGB value is (133,92,207). Sum of RGB (Red+Green+Blue) = 133+92+207=432 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.79% from 432); Green value is 92 (36.33% from 255 or 21.30% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #855CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855CCF is #7AA330. Grayscale: #747474. Windows color (decimal): -8037169 or 13589637. OLE color: 13589637.

HSL color Cylindrical-coordinate representation of color #855CCF: hue angle of 261.39º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #855CCF is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 92 207 -
CMYK 0.36 0.56 0 0.19
HSL 261.39º 0.55% 0.59% -
HSV(B) 261.39º 0.56% 0.81% -
XYZ 24.76 17.15 61.04 -
YUV 117.37 178.58 139.15 -
System Red Green Blue C M Y K H S L
Decimal 133 92 207 0.36 0.56 0 0.19 261.39 0.55 0.59
Hex 85 5C CF 24 38 0 13 105 37 3B
Octal 205 134 317 44 70 0 23 405 67 73
Binary 10000101 1011100 11001111 100100 111000 0 10011 100000101 110111 111011

Color Harmonies of #855CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855CCF

Black with #855CCF

Text Example


Text Example

White with #855CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855CCF; }

 p { color: rgb(133,92,207); }

 H1.HeaderClassName
 {
   color: #855CCF;
 }
 .AnyTagClassName
 {
   color: #855CCF;
 }
</style>

background-color css

<style>
 a { background-color: #855CCF; }

 a { background-color: rgb(133,92,207); }

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

border-color css

<style>
 span { border-color: #855CCF; }

 span { border-color: rgb(133,92,207); }

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